Skip to content

build(deps-dev): bump eleventy-plugin-vento from 3.1.0 to 3.2.0 #1225

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2024

Bumps eleventy-plugin-vento from 3.1.0 to 3.2.0.

Release notes

Sourced from eleventy-plugin-vento's releases.

v3.2.0

Minor Changes

  • f9388e1: Further refine caching between Eleventy and Vento: commit ec02a765 deferred all caching to Vento and turned off Eleventy's cache (released in 3.1.0). This release allows Vento to cache only the templates that Eleventy can't cache (permalinks, includes, etc.), and Eleventy caches everything else.

    A performance oversight has also been resolved by this change. Now, template functions are pre-compiled and saved by Eleventy, only running the template on render without having to go through a re-compile or get a template from the cache.

Patch Changes

  • 693e1a2: Refactored the following features internally:

    • Reverts 2c3548c1 for modularity: The compatibility check has moved back to modules/utils.js
    • Revises caching further: Instead of deferring to Vento for everything, permalink templates and templates loaded by Vento (like includes) are cached by Vento. Everything else is cached by Eleventy.
    • Rename some internal variables to help with readability (_11ty.ctx => _11Ctx)
    • DEBUG key Eleventy:Vento:Template renamed to Eleventy:Vento:Render
    • Declare engine functions separately and return as an object after everything has been declared.
Changelog

Sourced from eleventy-plugin-vento's changelog.

3.2.0

Minor Changes

  • f9388e1: Further refine caching between Eleventy and Vento: commit ec02a765 deferred all caching to Vento and turned off Eleventy's cache (released in 3.1.0). This release allows Vento to cache only the templates that Eleventy can't cache (permalinks, includes, etc.), and Eleventy caches everything else.

    A performance oversight has also been resolved by this change. Now, template functions are pre-compiled and saved by Eleventy, only running the template on render without having to go through a re-compile or get a template from the cache.

Patch Changes

  • 693e1a2: Refactored the following features internally:

    • Reverts 2c3548c1 for modularity: The compatibility check has moved back to modules/utils.js
    • Revises caching further: Instead of deferring to Vento for everything, permalink templates and templates loaded by Vento (like includes) are cached by Vento. Everything else is cached by Eleventy.
    • Rename some internal variables to help with readability (_11ty.ctx => _11Ctx)
    • DEBUG key Eleventy:Vento:Template renamed to Eleventy:Vento:Render
    • Declare engine functions separately and return as an object after everything has been declared.
Commits
  • 36a9942 Release v3.2.0 (#51)
  • 31f3cb8 rework small issue in tests
  • 92c6000 Testing/Debugging Refinements (#41)
  • e382f07 Merge pull request #52 from noelforte/renovate/development-dependencies
  • 48e170a Update dependency vitest to v2.1.4
  • f9388e1 revise caching, take 3
  • 693e1a2 internal refactors
  • 31bebf2 Lock file maintenance
  • 58e00d5 Update jdx/mise-action action to v2.1.4
  • 787f534 Update dependency pnpm to v9.12.3
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [eleventy-plugin-vento](https://github.com/noelforte/eleventy-plugin-vento) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/noelforte/eleventy-plugin-vento/releases)
- [Changelog](https://github.com/noelforte/eleventy-plugin-vento/blob/main/CHANGELOG.md)
- [Commits](noelforte/eleventy-plugin-vento@v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: eleventy-plugin-vento
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ship it! Triggers automation for completing PRs for dependencies labels Oct 30, 2024
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] Transitive: environment, eval, filesystem, network, shell +10 6.35 MB noelforte

🚮 Removed packages: npm/[email protected]

View full report↗︎

@kodiakhq kodiakhq bot merged commit 2f41346 into source Oct 30, 2024
8 checks passed
@kodiakhq kodiakhq bot deleted the dependabot/npm_and_yarn/eleventy-plugin-vento-3.2.0 branch October 30, 2024 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ship it! Triggers automation for completing PRs for dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants